home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_EGB_GBSETS_PROTOS_H
- #define CLIB_EGB_GBSETS_PROTOS_H
-
- /***************************************************************************\
- * $
- * $ FILE : gbsets_protos.h
- * $ VERSION : 1
- * $ REVISION : 4
- * $ DATE : 08-Dec-93 13:47
- * $
- * $ Author : mvk
- * $
- *
- * C prototypes
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
- #ifndef EGS_EGB_GBSETS_H
- #include <egs/egb/gbsets.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext con,
- EB_StrArrayPtr names, WORD height, LONG id);
- void EGB_ModifySetGadget(EI_WindowPtr win, EI_GadgetPtr gad, LONG data);
-
- #endif /* CLIB_EGB_GBSETS_PROTOS_H */
-
-